textview: Unobscure the mouse cursor on motion events
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 12 Jun 2014 21:18:54 +0000 (23:18 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 12 Jun 2014 21:23:43 +0000 (23:23 +0200)
commit05810f80a4d482ccb3078b5f52eadd0f427fd088
tree4c2b3a3ddf2e3aa94bba758251b89614904cc57b
parentdaa8b48a331ba7b9a27bbb9b6aab3f75e28c3d04
textview: Unobscure the mouse cursor on motion events

This used to be done before the gestures port, and was removed
accidentally, so keep the motion_notify_event handler just for
this, and fallback to having those events handled by gestures
too.
gtk/gtktextview.c